From: Colin Walters Date: Fri, 20 Jul 2018 18:13:02 +0000 (-0400) Subject: ci: Mark insttests as not required X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~21^2~1 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=988f4631ceee889982bbe780c24fa160b7b39124;p=ostree.git ci: Mark insttests as not required The reliablity has just not been what we need, and they haven't yet caught any real bugs. Until I can carve off some time to truly make this reliable let's just mark it as not required. I'd like to gather more statistics on the failure scenarios. Closes: #1686 Approved by: jlebon --- diff --git a/.papr-ex.yaml b/.papr-ex.yaml index 4b12f7d3..8cba2ca3 100644 --- a/.papr-ex.yaml +++ b/.papr-ex.yaml @@ -5,7 +5,7 @@ branches: - try context: FAH28-insttests -required: true +required: false container: image: registry.fedoraproject.org/fedora:28 diff --git a/.papr.yml b/.papr.yml index ab2479d2..885d6a51 100644 --- a/.papr.yml +++ b/.papr.yml @@ -5,7 +5,7 @@ branches: - try context: FAH28-insttests -required: true +required: false # FIXME; temporary workaround # https://github.com/ostreedev/ostree/pull/1513#issuecomment-378784162